﻿2025-11-28T06:49:22.1244653Z ##[group]Run actions/checkout@v4
2025-11-28T06:49:22.1246003Z with:
2025-11-28T06:49:22.1247020Z   repository: heyarchie-ai/archie-platform-v3
2025-11-28T06:49:22.1248491Z   token: ***
2025-11-28T06:49:22.1249231Z   ssh-strict: true
2025-11-28T06:49:22.1250007Z   ssh-user: git
2025-11-28T06:49:22.1250813Z   persist-credentials: true
2025-11-28T06:49:22.1251703Z   clean: true
2025-11-28T06:49:22.1252501Z   sparse-checkout-cone-mode: true
2025-11-28T06:49:22.1253508Z   fetch-depth: 1
2025-11-28T06:49:22.1254281Z   fetch-tags: false
2025-11-28T06:49:22.1255082Z   show-progress: true
2025-11-28T06:49:22.1255906Z   lfs: false
2025-11-28T06:49:22.1256647Z   submodules: false
2025-11-28T06:49:22.1257833Z   set-safe-directory: true
2025-11-28T06:49:22.1259035Z ##[endgroup]
2025-11-28T06:49:22.2447207Z Syncing repository: heyarchie-ai/archie-platform-v3
2025-11-28T06:49:22.2451698Z ##[group]Getting Git version info
2025-11-28T06:49:22.2472202Z Working directory is '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T06:49:22.2478236Z [command]/usr/bin/git version
2025-11-28T06:49:22.2671410Z git version 2.51.2
2025-11-28T06:49:22.2677819Z ##[endgroup]
2025-11-28T06:49:22.2686295Z Temporarily overriding HOME='/home/runner/work/_temp/099d9457-3a92-42a9-9986-1b2bad447700' before making global git config changes
2025-11-28T06:49:22.2691281Z Adding repository directory to the temporary git global config as a safe directory
2025-11-28T06:49:22.2695884Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T06:49:22.2702569Z Deleting the contents of '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T06:49:22.2705414Z ##[group]Initializing the repository
2025-11-28T06:49:22.2708684Z [command]/usr/bin/git init /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T06:49:22.2787989Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-11-28T06:49:22.2793464Z hint: is subject to change. To configure the initial branch name to use in all
2025-11-28T06:49:22.2798359Z hint: of your new repositories, which will suppress this warning, call:
2025-11-28T06:49:22.2800609Z hint:
2025-11-28T06:49:22.2802063Z hint: 	git config --global init.defaultBranch <name>
2025-11-28T06:49:22.2804155Z hint:
2025-11-28T06:49:22.2806062Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-11-28T06:49:22.2810200Z hint: 'development'. The just-created branch can be renamed via this command:
2025-11-28T06:49:22.2812644Z hint:
2025-11-28T06:49:22.2813902Z hint: 	git branch -m <name>
2025-11-28T06:49:22.2815429Z hint:
2025-11-28T06:49:22.2817706Z hint: Disable this message with "git config set advice.defaultBranchName false"
2025-11-28T06:49:22.2822458Z Initialized empty Git repository in /home/runner/work/archie-platform-v3/archie-platform-v3/.git/
2025-11-28T06:49:22.2828414Z [command]/usr/bin/git remote add origin https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T06:49:22.2862884Z ##[endgroup]
2025-11-28T06:49:22.2867977Z ##[group]Disabling automatic garbage collection
2025-11-28T06:49:22.3767746Z [command]/usr/bin/git config --local gc.auto 0
2025-11-28T06:49:22.3772579Z ##[endgroup]
2025-11-28T06:49:22.3774729Z ##[group]Setting up auth
2025-11-28T06:49:22.3777252Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-11-28T06:49:22.3784144Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-11-28T06:49:22.3791955Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-11-28T06:49:22.3800430Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-11-28T06:49:22.3852193Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-11-28T06:49:22.3893490Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-11-28T06:49:22.4147964Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-11-28T06:49:22.4186020Z ##[endgroup]
2025-11-28T06:49:22.4190398Z ##[group]Fetching the repository
2025-11-28T06:49:22.4199510Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09:refs/remotes/pull/175/merge
2025-11-28T06:49:22.9145540Z From https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T06:49:22.9146480Z  * [new ref]         08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09 -> pull/175/merge
2025-11-28T06:49:22.9168990Z ##[endgroup]
2025-11-28T06:49:22.9169878Z ##[group]Determining the checkout info
2025-11-28T06:49:22.9174010Z ##[endgroup]
2025-11-28T06:49:22.9177826Z [command]/usr/bin/git sparse-checkout disable
2025-11-28T06:49:22.9221445Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-11-28T06:49:22.9251090Z ##[group]Checking out the ref
2025-11-28T06:49:22.9255565Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/175/merge
2025-11-28T06:49:22.9748330Z Note: switching to 'refs/remotes/pull/175/merge'.
2025-11-28T06:49:22.9762306Z 
2025-11-28T06:49:22.9763307Z You are in 'detached HEAD' state. You can look around, make experimental
2025-11-28T06:49:22.9764264Z changes and commit them, and you can discard any commits you make in this
2025-11-28T06:49:22.9765182Z state without impacting any branches by switching back to a branch.
2025-11-28T06:49:22.9765700Z 
2025-11-28T06:49:22.9766056Z If you want to create a new branch to retain commits you create, you may
2025-11-28T06:49:22.9768373Z do so (now or later) by using -c with the switch command. Example:
2025-11-28T06:49:22.9768885Z 
2025-11-28T06:49:22.9769100Z   git switch -c <new-branch-name>
2025-11-28T06:49:22.9769457Z 
2025-11-28T06:49:22.9769654Z Or undo this operation with:
2025-11-28T06:49:22.9769950Z 
2025-11-28T06:49:22.9770117Z   git switch -
2025-11-28T06:49:22.9770358Z 
2025-11-28T06:49:22.9770718Z Turn off this advice by setting config variable advice.detachedHead to false
2025-11-28T06:49:22.9771290Z 
2025-11-28T06:49:22.9771926Z HEAD is now at 08dee3a Merge 05d6d4f1f3ed583db0d618775b3806e4c1c948c8 into 57252f590e22b28209a166f542301e795e138302
2025-11-28T06:49:22.9773937Z ##[endgroup]
2025-11-28T06:49:22.9822425Z [command]/usr/bin/git log -1 --format=%H
2025-11-28T06:49:22.9863464Z 08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09
